VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ConditionalCommand<TTarget> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
    Класс ConditionalCommand<TTarget>
    В этом разделе
    Условная команда, которая позволяет создавать ветвление в алгоритме обработки.
    Объектная модель
    Analyzer<TTarget,TValue> IProcessingCommand<TTarget> IProcessingCommand<TTarget> ConditionalCommand<TTarget>
    Синтаксис
    'Declaration
    
    Public Class ConditionalCommand(Of TTarget
    The type of the target.
    ) Inherits CompoundProcessingCommand(Of TTarget) Implements IConditionalCommandInfo
    public __gc class ConditionalCommand<TTarget> : public CompoundProcessingCommand<TTarget*>*, IConditionalCommandInfo
    
    
    generic<typename TTarget>
    public ref class ConditionalCommand : public CompoundProcessingCommand<TTarget^>^, IConditionalCommandInfo
    
    

    Type Parameters

    TTarget
    The type of the target.
    Иерархия наследования

    System.Object
       Vintasoft.Imaging.Processing.ProcessingCommand<TTarget>
          Vintasoft.Imaging.Processing.CompoundProcessingCommand<TTarget>
             Vintasoft.Imaging.Processing.ConditionalCommand<TTarget>

    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также